home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-03 / bitcat.zip / BVIEW.FRM (.txt) < prev    next >
Visual Basic Form  |  1992-10-07  |  4KB  |  87 lines

  1. BVIEW
  2. (Bitmap Catalog - Written By: Sean Bishop
  3. ffffffffffffff`
  4. ffffffffffffff`
  5. Form1*
  6. Picture1
  7. VScroll1
  8. Timer1
  9. File1
  10. *.bmp;*.rle
  11. Picture2
  12. &Options
  13. &Change Dir...
  14. &About
  15. &Exit
  16.     EXT_Click
  17. Form_ClickG
  18. Form_Resize
  19. StretchBlt
  20. destDC
  21. srcDC
  22. hSrch
  23. SRCCOPY
  24. XWidth
  25. ScaleWidth.
  26. YWidthf
  27. ScaleHeight
  28. Width
  29. Height
  30. CDIR_Click
  31. Browse"
  32. File1_Click
  33. File1_PathChange
  34. File1
  35.     ListCount
  36. VScroll1
  37. Enabled
  38. ListC
  39. PTemp
  40. Picture
  41. BitBlt3
  42. Picture1
  43. Picture2V
  44. Picture2_Click
  45. Picture1_Click
  46. Picture1_Paint
  47. Form_Paint
  48.     Form_Load
  49. BView
  50. Screen
  51. Timer1_Timer
  52. Timer1
  53. VScroll1_Change
  54. Value
  55. AutoRedraw
  56.     ABT_Click
  57. CurrentY
  58. CurrentX
  59. MousePointer
  60.     OPT_Click
  61. Declare the StretchBlt GDI routine to resize the bitmaps
  62. EXT_Click
  63. CDIR_Click
  64.  If cancel was selected then exitp
  65. File1_PathChange
  66. This is the routine to load and display the graphics
  67. Change mousepointer to hourglass
  68. Clear Picture Boxo
  69.  Get number of files to load
  70.  If no files in list then exit
  71. This increments the display to show all pictures
  72.  FN$ is directory - This gets the filename to load
  73.  This loads the picture into the temp picture box for resizing
  74.  This resizes and places the graphic in the main display areas
  75.  This sets the current horizontal text position 
  76.  This sets the current horizontal text position 
  77.  This prints the filename under the picturep
  78.  Update display(
  79.  Change mouse to normal arrowt
  80. Form_Load
  81. Center form on screenn
  82. Timer1_Timer
  83.  This disables timer, once the program is loaded and the first set loaded it is not needed!o
  84. File1_PathChange ' Start picture process
  85. VScroll1_Change
  86. ABT_Click
  87.